-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long diagnostic for E0538 #51510
Long diagnostic for E0538 #51510
Conversation
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
src/libsyntax/diagnostic_list.rs
Outdated
@@ -93,6 +93,36 @@ For more information about the cfg attribute, read: | |||
https://doc.rust-lang.org/reference.html#conditional-compilation | |||
"##, | |||
|
|||
E0538: r##" | |||
Attribute contains multiple of the same meta item. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about "Attribute contains same meta item more than once"? (it's a real question, I'm not an english native so it's just a suggestion!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is slightly better wording.
I'd like to have an english native's opinion on my suggestion, but otherwise, it looks good for me. Good job! :) |
Then let's go for it! @bors: r+ rollup |
📌 Commit e9e0ca0 has been approved by |
…omez Long diagnostic for E0538 r? @GuillaumeGomez
r? @GuillaumeGomez